home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Fo(u)rcefield.Form < prev    next >
Text File  |  1994-05-12  |  246b  |  31 lines

  1. Fo(u)rcefield
  2. {
  3.     {
  4.         mirrorxy
  5.         x1=-2.0
  6.         x2= 2.0
  7.         y1=-2.0
  8.         y2= 2.0
  9.         par1.r=0.5
  10.         par1.i=0.0
  11.         bailout=2.0
  12.     }
  13.     {
  14.         c=pixel
  15.         z=[2.0,0.0]
  16.     }
  17.     {
  18.         z=c/z
  19.         z=pixel*z
  20.         z=z*z
  21.         z=z+par1
  22.         w=abs(z)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.         par1 : Constante C
  29.     }
  30. }
  31.